home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4221 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: news1.halcyon.com!chinook!jars
  2. From: jars@chinook.halcyon.com (Juan Rodriguez)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEWBIE: MSVC C++ and templates
  5. Date: 29 Jan 1996 01:19:49 GMT
  6. Organization: Northwest Nexus, Inc. - Professional Internet Services
  7. Message-ID: <4eh7bl$qc8@news1.halcyon.com>
  8. References: <4e1duq$1i3@shellx.best.com> <DLsxp3.2MK@news.zippo.com> <4eegvd$n76@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: chinook.halcyon.com
  10.  
  11. In article <4eegvd$n76@reader2.ix.netcom.com>,
  12. James Edward Sands III  <froman@ix.netcom.com> wrote:
  13. >I am learning C++ with microsoft visual c++ professional edition v1.5,
  14. >a funny thing happened the other day though.  I entered the chapter 
  15. >(in my book) on templates, and when coding, MSVC kept on spitting up
  16. >errors (erroneous errors).  All surronding the template delcaration,
  17. >and calls. Upon the help file inspection, I read an entry that says 
  18. >"This produce does not support the use of templates" (word for word) 
  19. >Does anyone know why MSVC does not support them (they look real 
  20. >useful), or am I overlooking something?
  21.  
  22. I can't tell you why the 16-bit Visual C++ compilers don't support
  23. templates; the fact is they don't. Nevertheless, they are shipped with
  24. a preprocessor called TEMPLDEF.EXE; read its documentation, it might
  25. help you.
  26.  
  27.  
  28.  
  29.  
  30. Juan Antonio Rodriguez-Sero         |We feel the machine slipping from our hands
  31. jars@halcyon.com                    |As if someone else were steering;
  32. Lake Forest Park, WA 98155-2940, USA|If we see light at the end of the tunnel,
  33.                                     |It's the light of the oncoming train.
  34.                                     | Robert Lowell, "Day by Day; `Since 1939'"
  35.